projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bae04d
)
(auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
author
John Paul Wallington
<jpw@pobox.com>
Wed, 4 Feb 2004 08:21:08 +0000
(08:21 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Wed, 4 Feb 2004 08:21:08 +0000
(08:21 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a2676176b8633b5cd54ec81b64a8f8ea6574493d..3b178af029b82ca8450fc69da5fff8b5463e7d70 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1619,7
+1619,7
@@
in that case, this function acts as if `enable-local-variables' were t."
("\\.ltx\\'" . latex-mode)
("\\.dtx\\'" . doctex-mode)
("\\.el\\'" . emacs-lisp-mode)
- ("\\.
scm\\|\\.stk\\|\\.ss\\|\\.sch
\\'" . scheme-mode)
+ ("\\.
\\(scm\\|stk\\|ss\\|sch\\)
\\'" . scheme-mode)
("\\.l\\'" . lisp-mode)
("\\.lisp\\'" . lisp-mode)
("\\.f\\'" . fortran-mode)